projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b7a2b2b
)
Fix Calc menu item for vector dot products
author
Lars Ingebrigtsen
<larsi@gnus.org>
Wed, 24 Feb 2021 16:53:53 +0000
(17:53 +0100)
committer
Lars Ingebrigtsen
<larsi@gnus.org>
Wed, 24 Feb 2021 16:53:53 +0000
(17:53 +0100)
* lisp/calc/calc-menu.el (calc-vectors-menu): Use the correct
function `calc-times' instead of the non-existent `calc-mult'
function (bug#46710).
lisp/calc/calc-menu.el
patch
|
blob
|
history
diff --git
a/lisp/calc/calc-menu.el
b/lisp/calc/calc-menu.el
index 16cca055330d07c231087ebd4a9897fbf904972b..ac14e36c63c25a5717c37fdac4731647ef1a42ae 100644
(file)
--- a/
lisp/calc/calc-menu.el
+++ b/
lisp/calc/calc-menu.el
@@
-781,7
+781,7
@@
:active (>= (calc-stack-size) 2)
:help "The cross product in R^3"]
["(2:) dot (1:)"
- calc-
mult
+ calc-
times
:keys "*"
:active (>= (calc-stack-size) 2)
:help "The dot product"]